home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Multimedia / MediaCope / MediaCopeSetup.exe / {app} / extensions / wifv / content / firefoxoverlay.xul next >
Extensible Markup Language  |  2009-11-02  |  1KB  |  32 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <overlay id="wifv-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  4.  
  5.   <script src="overlay.js"/>
  6.  
  7.  
  8.   <popup id="contentAreaContextMenu">
  9.  
  10.     <menuitem id="context-wifv0" label="View Fullscreen - Best Fit"
  11.               insertafter="context-stop"
  12.               oncommand="wifv.onMenuItemCommand(event, 0)"/>
  13.  
  14.     <menuitem id="context-wifv1" label="View Fullscreen - Cut Fit Top Left"
  15.               insertafter="context-stop"
  16.               oncommand="wifv.onMenuItemCommand(event, 1)"/>
  17.  
  18.     <menuitem id="context-wifv2" label="View Fullscreen - Cut Fit Bottom Right"
  19.               insertafter="context-stop"
  20.               oncommand="wifv.onMenuItemCommand(event, 2)"/>
  21.  
  22.     <menuitem id="context-wifv3" label="View Fullscreen - Cut Fit Equal"
  23.               insertafter="context-stop"
  24.               oncommand="wifv.onMenuItemCommand(event, 3)"/>
  25.  
  26.     <menuitem id="context-wifv4" label="View Fullscreen - Stretch Fit"
  27.               insertafter="context-stop"
  28.               oncommand="wifv.onMenuItemCommand(event, 4)"/>
  29.   </popup>
  30.  
  31. </overlay>
  32.